home *** CD-ROM | disk | FTP | other *** search
/ Nokia N-Gage E3 2004 (USA) / Nokia N-Gage E3 2004 (USA).iso / xanadu next / xanadu next.swf / scripts / DefineButton2_51 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-05-08  |  98b  |  8 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("back");
  5.       play();
  6.    }
  7. }
  8.